home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gWhichClick, gWhichSound2, gWhichKeyboard
- set gWhichClick to the clickOn
- set gWhichClick to gWhichClick - 24
- set gWhichSound2 to getpn() & "Sounds:Keys" & gWhichKeyboard & ":Key" & gWhichClick & ".aif"
- if soundBusy(3) = 0 then
- sound playFile 3, gWhichSound2
- else
- if soundBusy(13) = 0 then
- sound playFile 13, gWhichSound2
- else
- if soundBusy(14) = 0 then
- sound playFile 14, gWhichSound2
- else
- if soundBusy(15) = 0 then
- sound playFile 15, gWhichSound2
- end if
- end if
- end if
- end if
- end
-